projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7383caa
)
Move pop-global-mark bindings to loaddefs.el.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 18 Apr 1994 04:03:17 +0000
(
04:03
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 18 Apr 1994 04:03:17 +0000
(
04:03
+0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 0f35b253790013717f528ef2d07e7cb7e6fbeb10..19aca0e194ad24d3747a533a01b0c41e51b1c027 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-1447,9
+1447,6
@@
incremental search, \\[beginning-of-buffer], and \\[end-of-buffer]."
(widen))
(goto-char position)
(switch-to-buffer buffer)))
-(define-key ctl-x-map "\C-@" 'pop-global-mark)
-(define-key ctl-x-map [?\C-\ ] 'pop-global-mark)
-
\f
(defvar next-line-add-newlines t
"*If non-nil, `next-line' inserts newline to avoid `end of buffer' error.")